OpenBuildings GenerativeComponents Help

function

A function value represents an independent block of GCScript statements. This is covered in more depth in a later section.

Example

function(x, y) { return x + y; }